Click or drag to resize

Category Class

Class Category.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeCategory

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Category

The Category type exposes the following members.

Constructors
  NameDescription
Public methodCategory
Initializes a new instance of the Category class.
Public methodCategory(String)
Initializes a new instance of the Category class.
Public methodCategory(String, CategoryColor)
Initializes a new instance of the Category class.
Public methodCategory(String, CategoryColor, KeyboardShortcut)
Initializes a new instance of the Category class.
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the color.
Public propertyGuid
Gets or sets the unique identifier.
Public propertyKeyboardShortcut
Gets or sets the keyboard shortcut.
Public propertyLastSessionUsed
Gets or sets the last session used.
Public propertyLastTimeUsed
Gets or sets the last time used.
Public propertyLastTimeUsedCalendar
Gets or sets the last time used calendar.
Public propertyLastTimeUsedContacts
Gets or sets the last time used contacts.
Public propertyLastTimeUsedJournal
Gets or sets the last time used journal.
Public propertyLastTimeUsedMail
Gets or sets the last time used mail.
Public propertyLastTimeUsedNotes
Gets or sets the last time used notes.
Public propertyLastTimeUsedTasks
Gets or sets the last time used tasks.
Public propertyName
Gets or sets the name.
Public propertyRenameOnFirstUse
Gets or sets a value indicating whether [rename on first use].
Public propertyUsageCount
Gets or sets the usage count.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also